ESRI.ArcGIS.Mobile.Client
OnFeaturesChanged Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Generic FeatureCollection Class : OnFeaturesChanged Method

e
Updates the features within the collection based upon the feature-changed event args parameter. This method is intended to be called by some other client who is responding to the Project.FeaturesChanged event.

Syntax

Visual Basic (Declaration) 
Public Sub OnFeaturesChanged( _
   ByVal e As FeaturesChangedEventArgs _
) 
C# 
public void OnFeaturesChanged( 
   FeaturesChangedEventArgs e
)

Parameters

e

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also